home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / answrbok / 7_10.lha / 7_10 / int_pending.c < prev    next >
Text File  |  1993-08-08  |  441b  |  14 lines

  1. * Copyright (c) 1990 by AT&T Bell Telephone Laboratories, Incorporated. */
  2. * The C++ Answer Book */
  3. * Tony Hansen */
  4. * All rights reserved. */
  5. include <process.h>
  6. include <debug.h>    /* DELETE */
  7. include <stream.h>    /* DELETE */
  8. nt interrupt::pending()
  9.  
  10.    if (debug) /*DELETE*/ cerr << "interrupt" << this << "::pending()\n";
  11.    if (debug) /*DELETE*/ cerr << "<<<< interrupt" << this << "::pending() <- 1\n";
  12.    return 1;    // ????????????????
  13.  
  14.